3.155 \(\int \frac{x}{(a+b \sinh ^{-1}(c x))^{7/2}} \, dx\)

Optimal. Leaf size=219 \[ \frac{8 \sqrt{2 \pi } e^{\frac{2 a}{b}} \text{Erf}\left (\frac{\sqrt{2} \sqrt{a+b \sinh ^{-1}(c x)}}{\sqrt{b}}\right )}{15 b^{7/2} c^2}+\frac{8 \sqrt{2 \pi } e^{-\frac{2 a}{b}} \text{Erfi}\left (\frac{\sqrt{2} \sqrt{a+b \sinh ^{-1}(c x)}}{\sqrt{b}}\right )}{15 b^{7/2} c^2}-\frac{32 x \sqrt{c^2 x^2+1}}{15 b^3 c \sqrt{a+b \sinh ^{-1}(c x)}}-\frac{4}{15 b^2 c^2 \left (a+b \sinh ^{-1}(c x)\right )^{3/2}}-\frac{8 x^2}{15 b^2 \left (a+b \sinh ^{-1}(c x)\right )^{3/2}}-\frac{2 x \sqrt{c^2 x^2+1}}{5 b c \left (a+b \sinh ^{-1}(c x)\right )^{5/2}} \]

[Out]

(-2*x*Sqrt[1 + c^2*x^2])/(5*b*c*(a + b*ArcSinh[c*x])^(5/2)) - 4/(15*b^2*c^2*(a + b*ArcSinh[c*x])^(3/2)) - (8*x
^2)/(15*b^2*(a + b*ArcSinh[c*x])^(3/2)) - (32*x*Sqrt[1 + c^2*x^2])/(15*b^3*c*Sqrt[a + b*ArcSinh[c*x]]) + (8*E^
((2*a)/b)*Sqrt[2*Pi]*Erf[(Sqrt[2]*Sqrt[a + b*ArcSinh[c*x]])/Sqrt[b]])/(15*b^(7/2)*c^2) + (8*Sqrt[2*Pi]*Erfi[(S
qrt[2]*Sqrt[a + b*ArcSinh[c*x]])/Sqrt[b]])/(15*b^(7/2)*c^2*E^((2*a)/b))

________________________________________________________________________________________

Rubi [A]  time = 0.505574, antiderivative size = 219, normalized size of antiderivative = 1., number of steps used = 9, number of rules used = 8, integrand size = 14, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.571, Rules used = {5667, 5774, 5665, 3307, 2180, 2204, 2205, 5675} \[ \frac{8 \sqrt{2 \pi } e^{\frac{2 a}{b}} \text{Erf}\left (\frac{\sqrt{2} \sqrt{a+b \sinh ^{-1}(c x)}}{\sqrt{b}}\right )}{15 b^{7/2} c^2}+\frac{8 \sqrt{2 \pi } e^{-\frac{2 a}{b}} \text{Erfi}\left (\frac{\sqrt{2} \sqrt{a+b \sinh ^{-1}(c x)}}{\sqrt{b}}\right )}{15 b^{7/2} c^2}-\frac{32 x \sqrt{c^2 x^2+1}}{15 b^3 c \sqrt{a+b \sinh ^{-1}(c x)}}-\frac{4}{15 b^2 c^2 \left (a+b \sinh ^{-1}(c x)\right )^{3/2}}-\frac{8 x^2}{15 b^2 \left (a+b \sinh ^{-1}(c x)\right )^{3/2}}-\frac{2 x \sqrt{c^2 x^2+1}}{5 b c \left (a+b \sinh ^{-1}(c x)\right )^{5/2}} \]

Antiderivative was successfully verified.

[In]

Int[x/(a + b*ArcSinh[c*x])^(7/2),x]

[Out]

(-2*x*Sqrt[1 + c^2*x^2])/(5*b*c*(a + b*ArcSinh[c*x])^(5/2)) - 4/(15*b^2*c^2*(a + b*ArcSinh[c*x])^(3/2)) - (8*x
^2)/(15*b^2*(a + b*ArcSinh[c*x])^(3/2)) - (32*x*Sqrt[1 + c^2*x^2])/(15*b^3*c*Sqrt[a + b*ArcSinh[c*x]]) + (8*E^
((2*a)/b)*Sqrt[2*Pi]*Erf[(Sqrt[2]*Sqrt[a + b*ArcSinh[c*x]])/Sqrt[b]])/(15*b^(7/2)*c^2) + (8*Sqrt[2*Pi]*Erfi[(S
qrt[2]*Sqrt[a + b*ArcSinh[c*x]])/Sqrt[b]])/(15*b^(7/2)*c^2*E^((2*a)/b))

Rule 5667

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_)*(x_)^(m_.), x_Symbol] :> Simp[(x^m*Sqrt[1 + c^2*x^2]*(a + b*ArcSi
nh[c*x])^(n + 1))/(b*c*(n + 1)), x] + (-Dist[(c*(m + 1))/(b*(n + 1)), Int[(x^(m + 1)*(a + b*ArcSinh[c*x])^(n +
 1))/Sqrt[1 + c^2*x^2], x], x] - Dist[m/(b*c*(n + 1)), Int[(x^(m - 1)*(a + b*ArcSinh[c*x])^(n + 1))/Sqrt[1 + c
^2*x^2], x], x]) /; FreeQ[{a, b, c}, x] && IGtQ[m, 0] && LtQ[n, -2]

Rule 5774

Int[(((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_)*((f_.)*(x_))^(m_.))/Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> Simp
[((f*x)^m*(a + b*ArcSinh[c*x])^(n + 1))/(b*c*Sqrt[d]*(n + 1)), x] - Dist[(f*m)/(b*c*Sqrt[d]*(n + 1)), Int[(f*x
)^(m - 1)*(a + b*ArcSinh[c*x])^(n + 1), x], x] /; FreeQ[{a, b, c, d, e, f, m}, x] && EqQ[e, c^2*d] && LtQ[n, -
1] && GtQ[d, 0]

Rule 5665

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_)*(x_)^(m_.), x_Symbol] :> Simp[(x^m*Sqrt[1 + c^2*x^2]*(a + b*ArcSi
nh[c*x])^(n + 1))/(b*c*(n + 1)), x] - Dist[1/(b*c^(m + 1)*(n + 1)), Subst[Int[ExpandTrigReduce[(a + b*x)^(n +
1), Sinh[x]^(m - 1)*(m + (m + 1)*Sinh[x]^2), x], x], x, ArcSinh[c*x]], x] /; FreeQ[{a, b, c}, x] && IGtQ[m, 0]
 && GeQ[n, -2] && LtQ[n, -1]

Rule 3307

Int[((c_.) + (d_.)*(x_))^(m_.)*sin[(e_.) + Pi*(k_.) + (f_.)*(x_)], x_Symbol] :> Dist[I/2, Int[(c + d*x)^m/(E^(
I*k*Pi)*E^(I*(e + f*x))), x], x] - Dist[I/2, Int[(c + d*x)^m*E^(I*k*Pi)*E^(I*(e + f*x)), x], x] /; FreeQ[{c, d
, e, f, m}, x] && IntegerQ[2*k]

Rule 2180

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))/Sqrt[(c_.) + (d_.)*(x_)], x_Symbol] :> Dist[2/d, Subst[Int[F^(g*(e - (c*
f)/d) + (f*g*x^2)/d), x], x, Sqrt[c + d*x]], x] /; FreeQ[{F, c, d, e, f, g}, x] &&  !$UseGamma === True

Rule 2204

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^2), x_Symbol] :> Simp[(F^a*Sqrt[Pi]*Erfi[(c + d*x)*Rt[b*Log[F], 2
]])/(2*d*Rt[b*Log[F], 2]), x] /; FreeQ[{F, a, b, c, d}, x] && PosQ[b]

Rule 2205

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^2), x_Symbol] :> Simp[(F^a*Sqrt[Pi]*Erf[(c + d*x)*Rt[-(b*Log[F]),
 2]])/(2*d*Rt[-(b*Log[F]), 2]), x] /; FreeQ[{F, a, b, c, d}, x] && NegQ[b]

Rule 5675

Int[((a_.) + ArcSinh[(c_.)*(x_)]*(b_.))^(n_.)/Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> Simp[(a + b*ArcSinh[c*x]
)^(n + 1)/(b*c*Sqrt[d]*(n + 1)), x] /; FreeQ[{a, b, c, d, e, n}, x] && EqQ[e, c^2*d] && GtQ[d, 0] && NeQ[n, -1
]

Rubi steps

\begin{align*} \int \frac{x}{\left (a+b \sinh ^{-1}(c x)\right )^{7/2}} \, dx &=-\frac{2 x \sqrt{1+c^2 x^2}}{5 b c \left (a+b \sinh ^{-1}(c x)\right )^{5/2}}+\frac{2 \int \frac{1}{\sqrt{1+c^2 x^2} \left (a+b \sinh ^{-1}(c x)\right )^{5/2}} \, dx}{5 b c}+\frac{(4 c) \int \frac{x^2}{\sqrt{1+c^2 x^2} \left (a+b \sinh ^{-1}(c x)\right )^{5/2}} \, dx}{5 b}\\ &=-\frac{2 x \sqrt{1+c^2 x^2}}{5 b c \left (a+b \sinh ^{-1}(c x)\right )^{5/2}}-\frac{4}{15 b^2 c^2 \left (a+b \sinh ^{-1}(c x)\right )^{3/2}}-\frac{8 x^2}{15 b^2 \left (a+b \sinh ^{-1}(c x)\right )^{3/2}}+\frac{16 \int \frac{x}{\left (a+b \sinh ^{-1}(c x)\right )^{3/2}} \, dx}{15 b^2}\\ &=-\frac{2 x \sqrt{1+c^2 x^2}}{5 b c \left (a+b \sinh ^{-1}(c x)\right )^{5/2}}-\frac{4}{15 b^2 c^2 \left (a+b \sinh ^{-1}(c x)\right )^{3/2}}-\frac{8 x^2}{15 b^2 \left (a+b \sinh ^{-1}(c x)\right )^{3/2}}-\frac{32 x \sqrt{1+c^2 x^2}}{15 b^3 c \sqrt{a+b \sinh ^{-1}(c x)}}+\frac{32 \operatorname{Subst}\left (\int \frac{\cosh (2 x)}{\sqrt{a+b x}} \, dx,x,\sinh ^{-1}(c x)\right )}{15 b^3 c^2}\\ &=-\frac{2 x \sqrt{1+c^2 x^2}}{5 b c \left (a+b \sinh ^{-1}(c x)\right )^{5/2}}-\frac{4}{15 b^2 c^2 \left (a+b \sinh ^{-1}(c x)\right )^{3/2}}-\frac{8 x^2}{15 b^2 \left (a+b \sinh ^{-1}(c x)\right )^{3/2}}-\frac{32 x \sqrt{1+c^2 x^2}}{15 b^3 c \sqrt{a+b \sinh ^{-1}(c x)}}+\frac{16 \operatorname{Subst}\left (\int \frac{e^{-2 x}}{\sqrt{a+b x}} \, dx,x,\sinh ^{-1}(c x)\right )}{15 b^3 c^2}+\frac{16 \operatorname{Subst}\left (\int \frac{e^{2 x}}{\sqrt{a+b x}} \, dx,x,\sinh ^{-1}(c x)\right )}{15 b^3 c^2}\\ &=-\frac{2 x \sqrt{1+c^2 x^2}}{5 b c \left (a+b \sinh ^{-1}(c x)\right )^{5/2}}-\frac{4}{15 b^2 c^2 \left (a+b \sinh ^{-1}(c x)\right )^{3/2}}-\frac{8 x^2}{15 b^2 \left (a+b \sinh ^{-1}(c x)\right )^{3/2}}-\frac{32 x \sqrt{1+c^2 x^2}}{15 b^3 c \sqrt{a+b \sinh ^{-1}(c x)}}+\frac{32 \operatorname{Subst}\left (\int e^{\frac{2 a}{b}-\frac{2 x^2}{b}} \, dx,x,\sqrt{a+b \sinh ^{-1}(c x)}\right )}{15 b^4 c^2}+\frac{32 \operatorname{Subst}\left (\int e^{-\frac{2 a}{b}+\frac{2 x^2}{b}} \, dx,x,\sqrt{a+b \sinh ^{-1}(c x)}\right )}{15 b^4 c^2}\\ &=-\frac{2 x \sqrt{1+c^2 x^2}}{5 b c \left (a+b \sinh ^{-1}(c x)\right )^{5/2}}-\frac{4}{15 b^2 c^2 \left (a+b \sinh ^{-1}(c x)\right )^{3/2}}-\frac{8 x^2}{15 b^2 \left (a+b \sinh ^{-1}(c x)\right )^{3/2}}-\frac{32 x \sqrt{1+c^2 x^2}}{15 b^3 c \sqrt{a+b \sinh ^{-1}(c x)}}+\frac{8 e^{\frac{2 a}{b}} \sqrt{2 \pi } \text{erf}\left (\frac{\sqrt{2} \sqrt{a+b \sinh ^{-1}(c x)}}{\sqrt{b}}\right )}{15 b^{7/2} c^2}+\frac{8 e^{-\frac{2 a}{b}} \sqrt{2 \pi } \text{erfi}\left (\frac{\sqrt{2} \sqrt{a+b \sinh ^{-1}(c x)}}{\sqrt{b}}\right )}{15 b^{7/2} c^2}\\ \end{align*}

Mathematica [A]  time = 1.13849, size = 208, normalized size = 0.95 \[ -\frac{\left (a+b \sinh ^{-1}(c x)\right ) \left (e^{-\frac{2 a}{b}} \left (8 \sqrt{2} b \left (-\frac{a+b \sinh ^{-1}(c x)}{b}\right )^{3/2} \text{Gamma}\left (\frac{1}{2},-\frac{2 \left (a+b \sinh ^{-1}(c x)\right )}{b}\right )+2 e^{2 \left (\frac{a}{b}+\sinh ^{-1}(c x)\right )} \left (4 a+4 b \sinh ^{-1}(c x)+b\right )\right )+e^{-2 \sinh ^{-1}(c x)} \left (8 \sqrt{2} e^{2 \left (\frac{a}{b}+\sinh ^{-1}(c x)\right )} \sqrt{\frac{a}{b}+\sinh ^{-1}(c x)} \left (a+b \sinh ^{-1}(c x)\right ) \text{Gamma}\left (\frac{1}{2},\frac{2 \left (a+b \sinh ^{-1}(c x)\right )}{b}\right )-8 a-8 b \sinh ^{-1}(c x)+2 b\right )\right )+3 b^2 \sinh \left (2 \sinh ^{-1}(c x)\right )}{15 b^3 c^2 \left (a+b \sinh ^{-1}(c x)\right )^{5/2}} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[x/(a + b*ArcSinh[c*x])^(7/2),x]

[Out]

-((a + b*ArcSinh[c*x])*((2*E^(2*(a/b + ArcSinh[c*x]))*(4*a + b + 4*b*ArcSinh[c*x]) + 8*Sqrt[2]*b*(-((a + b*Arc
Sinh[c*x])/b))^(3/2)*Gamma[1/2, (-2*(a + b*ArcSinh[c*x]))/b])/E^((2*a)/b) + (-8*a + 2*b - 8*b*ArcSinh[c*x] + 8
*Sqrt[2]*E^(2*(a/b + ArcSinh[c*x]))*Sqrt[a/b + ArcSinh[c*x]]*(a + b*ArcSinh[c*x])*Gamma[1/2, (2*(a + b*ArcSinh
[c*x]))/b])/E^(2*ArcSinh[c*x])) + 3*b^2*Sinh[2*ArcSinh[c*x]])/(15*b^3*c^2*(a + b*ArcSinh[c*x])^(5/2))

________________________________________________________________________________________

Maple [F]  time = 0.053, size = 0, normalized size = 0. \begin{align*} \int{x \left ( a+b{\it Arcsinh} \left ( cx \right ) \right ) ^{-{\frac{7}{2}}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(a+b*arcsinh(c*x))^(7/2),x)

[Out]

int(x/(a+b*arcsinh(c*x))^(7/2),x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{x}{{\left (b \operatorname{arsinh}\left (c x\right ) + a\right )}^{\frac{7}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(a+b*arcsinh(c*x))^(7/2),x, algorithm="maxima")

[Out]

integrate(x/(b*arcsinh(c*x) + a)^(7/2), x)

________________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: UnboundLocalError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(a+b*arcsinh(c*x))^(7/2),x, algorithm="fricas")

[Out]

Exception raised: UnboundLocalError

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(a+b*asinh(c*x))**(7/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{x}{{\left (b \operatorname{arsinh}\left (c x\right ) + a\right )}^{\frac{7}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(a+b*arcsinh(c*x))^(7/2),x, algorithm="giac")

[Out]

integrate(x/(b*arcsinh(c*x) + a)^(7/2), x)